
The files in this directory contain misellenous tables of 
mappings. They are:


ASCII 		- primary DB of locale names and extrs stuff, see below
IBM-850		- Set of names for WM to display titles in PC 850
IBM-932		- Set of names for WM to display titles in SJIS
IBM-eucJP	- Set of names for WM to display titles in eucJP
ISO8859-1	- Set of names for WM to display titles in ISO8859-1
LangToScript	- working file to map Language to character set
PATTERN		- set of names for icon, this is in ASCII now. (obsolete)


ASCII Format
-----------

The ASCII table is intended to contain all the inforamtion used
to map names to one form from another.  It is a colon (:) seperated
set of fields.  The fields per line are:

1) COSE locale name - these names should be used as much as possible
			when passing between the demo programs.  There
			can not be any duplicates names for this field!

2. Char. Set Name	Defines the char. set for the given locale.

3. Sys. Locale Name	Defines the system specific locale name, if 
			different then the COSE locale name (1).  If 
			the system has a locale name that conflicts
			with the COSE name, you are hosed.  The 
			best advise is to order them in the least hit
			case.

4. Flag Icon Name	Name to be placed under each flag.

5. Language Tag		This is the ISO 639 mnemonic for languages
			used to parse the other tables in this 
			directory

6. Code Set Class	This is a descriptive name for the class of 
			code set.  This may be used to distinguish names
			in the menus of the Flags icons.

